Skip to content

Commit

Permalink
Next Development Version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrandja committed May 16, 2023
1 parent f4dc011 commit 6eeca49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=1.1.0
version=1.1.1-SNAPSHOT
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
org.gradle.parallel=true
org.gradle.caching=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public final class SpringAuthorizationServerVersion {
private static final int MAJOR = 1;
private static final int MINOR = 1;
private static final int PATCH = 0;
private static final int PATCH = 1;

/**
* Global Serialization value for Spring Authorization Server classes.
Expand Down

0 comments on commit 6eeca49

Please sign in to comment.