Skip to content

Commit

Permalink
Merge pull request #645 from ccamacho/main
Browse files Browse the repository at this point in the history
chore: release 2.1.0
  • Loading branch information
ccamacho committed Apr 12, 2022
2 parents 37d6ddf + 86df5e6 commit 769d4fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion agent/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

_NAME = 'kubeinit'
_DESCRIPTION = 'The Kubeinit CLI'
_REVISION = '2.0.1'
_REVISION = '2.1.0'

kubeinit_revision = os.environ.get('KUBEINIT_REVISION', "")
if (kubeinit_revision != ""):
Expand Down
2 changes: 1 addition & 1 deletion kubeinit/galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: kubeinit
name: kubeinit
version: 2.0.1
version: 2.1.0
readme: README.md
authors:
- Carlos Camacho <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
under the License.
"""

__version__ = "2.0.1"
__version__ = "2.1.0"
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kubeinit-ui",
"version": "2.0.1",
"version": "2.1.0",
"description": "Kubeinit UI",
"repository": {
"type": "git",
Expand Down

0 comments on commit 769d4fd

Please sign in to comment.