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

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafrombrc committed Jun 26, 2013
1 parent 5f89725 commit 2e4ab1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.2.0 (2013-06-26)
==================

* Fix stat name regex to capture "." characters in the name.

0.2.0rc2 (2013-05-23)
=====================

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

const (
VERSION = "0.2.0rc2"
VERSION = "0.2.0"
)

func main() {
Expand Down

0 comments on commit 2e4ab1e

Please sign in to comment.