lib/pwsh/version.rb in ruby-pwsh-0.11.0.rc.1 vs lib/pwsh/version.rb in ruby-pwsh-0.11.0
- old
+ new
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Pwsh
# The version of the ruby-pwsh gem
- VERSION = '0.11.0.rc.1'
+ VERSION = '0.11.0'
end