Skip to content

Commit

Permalink
Version 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Aug 30, 2024
1 parent fc11d3c commit 7df5b39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/lib/bld/bld-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true
bld.downloadLocation=
bld.extension-gv=com.uwyn.rife2:bld-generated-version:0.9.8
bld.extension-gv=com.uwyn.rife2:bld-generated-version:0.9.9
bld.repositories=MAVEN_LOCAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.version=2.1.0
2 changes: 1 addition & 1 deletion examples/src/main/java/com/example/GeneratedVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
public final class GeneratedVersion {
public static final String PROJECT = "Sample";
public static final Date BUILD_DATE = new Date(1724831563821L);
public static final Date BUILD_DATE = new Date(1725050914888L);
public static final int MAJOR = 1;
public static final int MINOR = 0;
public static final int REVISION = 1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class GeneratedVersionOperationBuild extends Project {
public GeneratedVersionOperationBuild() {
pkg = "rife.bld.extension";
name = "GeneratedVersionOperation";
version = version(0, 9, 9, "SNAPSHOT");
version = version(0, 9, 9);

javaRelease = 17;

Expand Down

0 comments on commit 7df5b39

Please sign in to comment.