Skip to content

Commit 2c3123f

Browse files
committed
Version bump for release.
1 parent 7714a01 commit 2c3123f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
0.10.0 (2015-??-??)
2-
===================
1+
0.10.0b2 (2015-11-20)
2+
=====================
33

44
Backwards Incompatibilities
55
---------------------------

cmd/hekad/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import (
5555
)
5656

5757
const (
58-
VERSION = "0.10.0-dev"
58+
VERSION = "0.10.0b2"
5959
)
6060

6161
func setGlobalConfigs(config *HekadConfig) (*pipeline.GlobalConfigStruct, string, string) {

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '0.10'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '0.10.0-dev'
55+
release = '0.10.0b2'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

0 commit comments

Comments
 (0)