Skip to content

Commit

Permalink
0.9.37-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
You Yamagata committed Apr 16, 2019
1 parent c614777 commit 7546b56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'maven'

allprojects {
group = 'io.digdag'
version = '0.9.36'
version = '0.9.37-SNAPSHOT'

ext {
isSnapshotRelease = version.endsWith('-SNAPSHOT')
Expand Down
2 changes: 1 addition & 1 deletion digdag-cli/src/main/java/io/digdag/cli/SelfUpdate.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public SystemExitException usage(String error)
err.println("");
err.println(" Examples:");
err.println(" $ " + programName + " selfupdate");
err.println(" $ " + programName + " selfupdate 0.9.36");
err.println(" $ " + programName + " selfupdate 0.9.37-SNAPSHOT");
err.println("");
return systemExit(error);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.36
0.9.37-SNAPSHOT

0 comments on commit 7546b56

Please sign in to comment.