Skip to content

Commit

Permalink
bumped version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arangamani committed Mar 10, 2013
1 parent de0dc4c commit b6aa3b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jenkins_api_client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
module JenkinsApi
class Client
MAJOR = 0
MINOR = 8
TINY = 1
MINOR = 9
TINY = 0
PRE = nil
VERSION = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
Expand Down

0 comments on commit b6aa3b3

Please sign in to comment.