lib/cardano_wallet/version.rb in cardano_wallet-0.3.2 vs lib/cardano_wallet/version.rb in cardano_wallet-0.3.3
- old
+ new
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module CardanoWallet
- VERSION = "0.3.2"
+ VERSION = '0.3.3'
end
- old
+ new