Skip to content

Commit

Permalink
Merge pull request #1510 from yoyama/set-snapshot-version-v0_10
Browse files Browse the repository at this point in the history
Change version to '0.10.0-SNAPSHOT'
  • Loading branch information
yoyama authored Dec 22, 2020
2 parents 0823153 + c536f4c commit 432517d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.43-SNAPSHOT");
err.println(" $ " + programName + " selfupdate 0.10.0-SNAPSHOT");
err.println("");
return systemExit(error);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.43-SNAPSHOT
0.10.0-SNAPSHOT
2 changes: 1 addition & 1 deletion digdag-docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
project = 'Digdag'
copyright = '2016-' + datetime.now().strftime("%Y") + ', Digdag Project'
author = '2016, Digdag Project'
version = '0.9'
version = '0.10'
release = subprocess.check_output(['git', 'describe', '--abbrev=0', '--tags'])[1:].strip().decode("utf-8")


Expand Down

0 comments on commit 432517d

Please sign in to comment.