Skip to content

Commit 116850a

Browse files
committed
Merge pull request #10 from blackopseng3/master
it changes gem version from 1.0.3 to 1.0.4
2 parents 93be85c + 67e70b3 commit 116850a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/stackify/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Stackify
2-
VERSION = '1.0.3'
2+
VERSION = '1.0.4'
33
end

stackify-api-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require 'stackify/version'
55

66
Gem::Specification.new do |spec|
77
spec.name = 'stackify-api-ruby'
8-
spec.version = '1.0.3'
8+
spec.version = Stackify::VERSION
99
spec.authors = ['Stackify']
1010
spec.email = ['support@stackify.com']
1111
spec.summary = 'Stackify API for Ruby'

0 commit comments

Comments
 (0)