diff --git a/Makefile b/Makefile index 6eca979..6099934 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -TAG=0.3.0 +TAG=0.4.0 create-release: git tag -a v${TAG} -m "Creating v${TAG} release" diff --git a/galaxy.yml b/galaxy.yml index fe63a90..81eda5d 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: tosin2013 name: qubinode_kvmhost_setup_collection -version: 0.3.0 +version: 0.4.0 readme: README.md authors: - Tosin Akinosho (github.com/tosin2013)