diff --git a/CHANGES.txt b/CHANGES.txt index 4d7a7fbe7..7c20cf882 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -0.10.0 (2015-??-??) -=================== +0.10.0b2 (2015-11-20) +===================== Backwards Incompatibilities --------------------------- diff --git a/cmd/hekad/main.go b/cmd/hekad/main.go index 23bae960d..bb56a8d1c 100644 --- a/cmd/hekad/main.go +++ b/cmd/hekad/main.go @@ -55,7 +55,7 @@ import ( ) const ( - VERSION = "0.10.0-dev" + VERSION = "0.10.0b2" ) func setGlobalConfigs(config *HekadConfig) (*pipeline.GlobalConfigStruct, string, string) { diff --git a/docs/source/conf.py b/docs/source/conf.py index f3743e3fe..a1ed212c9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '0.10' # The full version, including alpha/beta/rc tags. -release = '0.10.0-dev' +release = '0.10.0b2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.