Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dounx committed May 25, 2020
1 parent f95bbc5 commit 63dbb68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ namespace :gwitch do

File.open(GEM_VERSION_FILE, 'w') do |file|
file.write <<~SEMVER
module Algolia
module Gwitch
VERSION = "#{args[:version]}"
end
SEMVER
Expand Down
2 changes: 1 addition & 1 deletion lib/gwitch/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Algolia
module Gwitch
VERSION = "1.0.0"
end

0 comments on commit 63dbb68

Please sign in to comment.