Skip to content

Commit

Permalink
Patch version bump
Browse files Browse the repository at this point in the history
Shell out for git-archive - Fixes problem with long filenames
  • Loading branch information
tlunter committed Jul 29, 2015
1 parent 551e528 commit 1224cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dockly/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Dockly
MAJOR = 3
MINOR = 0
PATCH = 3
PATCH = 4
RELEASE = nil

VERSION = [MAJOR, MINOR, PATCH, RELEASE].compact.join('.')
Expand Down

0 comments on commit 1224cad

Please sign in to comment.