Skip to content

Commit

Permalink
0.10.0a6 after rebasing on top of cot-verify 0dfa6d9
Browse files Browse the repository at this point in the history
  • Loading branch information
escapewindow committed Nov 10, 2016
1 parent 986cea4 commit 3fe71e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scriptworker/version.py
Expand Up @@ -49,7 +49,7 @@ def get_version_string(version):

# 1}}}
# Semantic versioning 2.0.0 http://semver.org/
__version__ = (0, 10, 0, "alpha5")
__version__ = (0, 10, 0, "alpha6")
__version_string__ = get_version_string(__version__)


Expand Down
4 changes: 2 additions & 2 deletions version.json
Expand Up @@ -3,7 +3,7 @@
0,
10,
0,
"alpha5"
"alpha6"
],
"version_string": "0.10.0-alpha5"
"version_string": "0.10.0-alpha6"
}

0 comments on commit 3fe71e6

Please sign in to comment.