Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Grangier committed Apr 23, 2014
1 parent 7a75339 commit e453b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goose/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
limitations under the License.
"""

version_info = (1, 0, 11)
version_info = (1, 0, 12)
__version__ = ".".join(map(str, version_info))

0 comments on commit e453b8e

Please sign in to comment.