Skip to content

Commit

Permalink
Updating version for 0.7.8 development
Browse files Browse the repository at this point in the history
  • Loading branch information
Clark Perkins committed May 6, 2016
1 parent 3f39723 commit ac31aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "stackd.io",
"version": "0.7.7",
"version": "0.7.8.dev",
"homepage": "http://www.stackd.io",
"authors": [
"Clark Perkins <clark.perkins@digitalreasoning.com>"
Expand Down
2 changes: 1 addition & 1 deletion stackdio/server/version.py
Expand Up @@ -29,7 +29,7 @@ def wrapped_func(func):
return func
return wrapped_func

VERSION = (0, 7, 7, 'final', 0)
VERSION = (0, 7, 8, 'dev', 0)


def get_version(version):
Expand Down

0 comments on commit ac31aea

Please sign in to comment.