Skip to content

Commit

Permalink
Merge branch 'release/1.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Sep 11, 2015
2 parents cfc2edd + 020292a commit 7cfa4f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
@@ -1,5 +1,5 @@
# encoding: utf-8
require File.expand_path('../version', __FILE__)
require File.expand_path('../lib/version', __FILE__)
require 'rubygems'
require 'bundler/setup'
require 'bundler/gem_tasks'
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Expand Up @@ -12,7 +12,7 @@ module VERSION
# the minor version of the gem
MINOR = 2
# the tiny version of the gem
TINY = 2
TINY = 3
# if the version should be a e
PRE = nil

Expand Down

0 comments on commit 7cfa4f1

Please sign in to comment.