Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nning committed Feb 15, 2015
1 parent 27d244d commit 562ed23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
david (0.4.3.pre)
david (0.4.3)
celluloid-io (~> 0.16, >= 0.16.1)
coap (>= 0.1)
rack (~> 1.6)
Expand Down
2 changes: 1 addition & 1 deletion lib/david/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module David
MAJOR = 0
MINOR = 4
PATCH = 3
SUFFIX = :pre
SUFFIX = nil

VERSION = [MAJOR, MINOR, PATCH, SUFFIX].compact.join('.')
end

0 comments on commit 562ed23

Please sign in to comment.