Skip to content

Commit

Permalink
update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bbeardsley committed Mar 27, 2019
1 parent 0466fca commit 22c0d5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"time"
)

const version = "0.3.0-dev"
const version = "0.3.0"

func printUsage() {
fmt.Fprintln(os.Stderr, "Usage")
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

version="0.3.0-dev"
version="0.3.0"
package="timeconverter"
bin="timeconverter"
repo="https://github.com/bbeardsley/timeconverter"
Expand Down

0 comments on commit 22c0d5a

Please sign in to comment.