diff --git a/CHANGELOG.md b/CHANGELOG.md index e0b0bd4..cfc7d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Irbtools Changelog -## 4.1.0 (unreleased) +## 4.1.0 - Fix command loading (was broken in previous version) - Minor changes to command argument parsing diff --git a/lib/irbtools/version.rb b/lib/irbtools/version.rb index 03899b8..8b792d5 100644 --- a/lib/irbtools/version.rb +++ b/lib/irbtools/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Irbtools - VERSION = "4.0.11" + VERSION = "4.1.0" end