Skip to content

Commit c15506b

Browse files
committed
Release v4.0.0
Breaking Changes: - Use --json for ip command output #251 Added: - Add network interface loopback #254 - Add LinuxAdmin::NetworkInterface.list #249 Changed: - Parse config file on NetworkInterface#reload #253 Test: - Use ruby 3.1 and rails 7 for code coverage #250 - Fix rubocop warnings in NetworkInterface Spec #252 - Update paambaati/codeclimate-action action to v8 #248
1 parent 2881257 commit c15506b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/linux_admin/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LinuxAdmin
2-
VERSION = "3.0.0".freeze
2+
VERSION = "4.0.0".freeze
33
end

0 commit comments

Comments
 (0)