Skip to content

Commit

Permalink
Bumped Kotlin to version 1.9.24
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed May 10, 2024
1 parent 6f738ce commit 94254cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

public final class ExampleVersion {
public static final String PROJECT = "Java Example";
public static final Date BUILDDATE = new Date(1714424353056L);
public static final Date BUILDDATE = new Date(1714789131873L);
public static final String VERSION = "8.4.97-alpha+T800";

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
public final class GeneratedVersion {
public static final String PROJECT = "Java App";
public static final Date BUILDDATE = new Date(1714424353082L);
public static final Date BUILDDATE = new Date(1714789131917L);
public static final int MAJOR = 11;
public static final int MINOR = 11;
public static final int PATCH = 20;
Expand Down
2 changes: 1 addition & 1 deletion examples/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("application")
id("com.github.ben-manes.versions") version "0.51.0"
kotlin("jvm") version "1.9.23"
kotlin("jvm") version "1.9.24"
kotlin("kapt") version "1.9.23"
}

Expand Down

0 comments on commit 94254cd

Please sign in to comment.