Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nmcli-cli-autoconnect-list
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# nmcli-cli-autoconnect-list

VERSION="1.2.1"
VERSION="1.2.2"

usage() {
local COMMAND_NAME
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-autoconnect-set
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# nmcli-cli-autoconnect-set

VERSION="1.2.1"
VERSION="1.2.2"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-bond-add
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# nmcli-cli-bond-add

VERSION="1.2.1"
VERSION="1.2.2"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-bond-delete
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# nmcli-cli-bond-delete

VERSION="1.2.1"
VERSION="1.2.2"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-bridge-add
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# nmcli-cli-bridge-add

VERSION="1.2.1"
VERSION="1.2.2"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-bridge-delete
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# nmcli-cli-bridge-delete

VERSION="1.2.1"
VERSION="1.2.2"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-device-name
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# nmcli-cli-device-name

VERSION="1.2.1"
VERSION="1.2.2"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-ipv4
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# nmcli-cli-ipv4

VERSION="1.2.1"
VERSION="1.2.2"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-ipv4-copy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# nmcli-cli-ipv4-copy

VERSION="1.2.1"
VERSION="1.2.2"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-ipv6
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# nmcli-cli-ipv6

VERSION="1.2.1"
VERSION="1.2.2"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-ipv6-copy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# nmcli-cli-ipv6-copy

VERSION="1.2.1"
VERSION="1.2.2"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-restart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# nmcli-cli-restart

VERSION="1.2.1"
VERSION="1.2.2"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-slave-list
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# nmcli-cli-slave-list

VERSION="1.2.1"
VERSION="1.2.2"

usage() {
local COMMAND_NAME
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-vlan-add
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# nmcli-cli-vlan-add

VERSION="1.2.1"
VERSION="1.2.2"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down
2 changes: 1 addition & 1 deletion nmcli-cli-vlan-delete
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# nmcli-cli-vlan-delete

VERSION="1.2.1"
VERSION="1.2.2"
ECHO_OR_EXECUTE="echo"

print_command() {
Expand Down