Skip to content

Commit

Permalink
Raised version number from v0.0.2 to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrunwald committed Aug 5, 2015
1 parent 1ed02d5 commit 17e942a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (

const (
majorVersion = 0
minorVersion = 0
patchVersion = 2
minorVersion = 1
patchVersion = 0
tweetTimes = 30 * time.Minute
// tweetTimes = 5 * time.Second
)
Expand Down

0 comments on commit 17e942a

Please sign in to comment.