We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab79ba commit 4596214Copy full SHA for 4596214
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Irbtools Changelog
2
3
-## 4.1.0 (unreleased)
+## 4.1.0
4
5
- Fix command loading (was broken in previous version)
6
- Minor changes to command argument parsing
lib/irbtools/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Irbtools
- VERSION = "4.0.11"
+ VERSION = "4.1.0"
end
0 commit comments