Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Bump version. New horrible solution to technion#56
Browse files Browse the repository at this point in the history
  • Loading branch information
technion committed Dec 27, 2022
1 parent 927bf0e commit 27793ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ext/argon2_wrap/extconf.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# frozen_string_literal: true
require 'mkmf'
create_makefile('libargon2_wrap')
File.unlink('Makefile')
File.rename('Makefile.real', 'Makefile')
system "make"
2 changes: 1 addition & 1 deletion lib/argon2/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Standard Gem version constant.

module Argon2
VERSION = "2.1.3"
VERSION = "2.2.0"
end

0 comments on commit 27793ab

Please sign in to comment.