Skip to content

Commit

Permalink
Merge pull request #10 from SwedbankPay/feature/set_gem_version
Browse files Browse the repository at this point in the history
Set gem version dynamically
  • Loading branch information
NullableInt authored May 28, 2020
2 parents a55a0e7 + 81b7150 commit eb070fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/jekyll-material-icon-tag/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module JekyllMaterialIconTag
VERSION = "1.0.4"
end
@version = ENV['GEM_VERSION'] || '0.0.1-INVALID'
VERSION = @version
end

0 comments on commit eb070fa

Please sign in to comment.