Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Aug 30, 2024
1 parent bb518c0 commit 6b47dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bld/java/rife/bld/extension/ExecOperationBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class ExecOperationBuild extends Project {
public ExecOperationBuild() {
pkg = "rife.bld.extension";
name = "ExecOperation";
version = version(1, 0, 3, "SNAPSHOT");
version = version(1, 0, 3);

javaRelease = 17;

Expand Down

0 comments on commit 6b47dfb

Please sign in to comment.