Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Version bump for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafrombrc committed Nov 21, 2015
1 parent 7714a01 commit 2c3123f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
0.10.0 (2015-??-??)
===================
0.10.0b2 (2015-11-20)
=====================

Backwards Incompatibilities
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion cmd/hekad/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import (
)

const (
VERSION = "0.10.0-dev"
VERSION = "0.10.0b2"
)

func setGlobalConfigs(config *HekadConfig) (*pipeline.GlobalConfigStruct, string, string) {
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2c3123f

Please sign in to comment.