diff --git a/Cargo.toml b/Cargo.toml index ed18add..92b72cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "prefixdevname" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "MIT" authors = ["Michal Sekletar "] diff --git a/Makefile b/Makefile index 982c5d9..0a8fa2f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NAME:=prefixdevname MAJOR:=0 -MINOR:=1 +MINOR:=2 PATCH:=0 VERSION:=$(MAJOR).$(MINOR).$(PATCH)