Skip to content

Commit

Permalink
version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GGui committed Nov 26, 2020
1 parent 2635020 commit 5348c22
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.8.3-alpine3.11

ARG GRAVITEEIO_CLI_VERSION=0.1
ARG GRAVITEEIO_CLI_VERSION=0.2

RUN echo $GRAVITEEIO_CLI_VERSION
RUN pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PROJECT_NAME=graviteeio/cli
PACKAGE_NAME=graviteeio_cli
# PACKAGE_NAME=$(subst -,_,${PROJECT_NAME})
# VERSION=`git describe --abbrev=0`
VERSION=0.1
VERSION=0.2

DOCKER_REGISTRY=p1c2u

Expand Down
2 changes: 1 addition & 1 deletion docs/main.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The Graviteeio CLI is command-line interce (CLI) which helps you to manage Gravi

== Current version

Current version is 0.1. If you need to update, run `gio --version`
Current version is 0.2. If you need to update, run `gio --version`

== Install or run gravitee cli - gios

Expand Down
2 changes: 1 addition & 1 deletion graviteeio_cli/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1'
__version__ = '0.2'

0 comments on commit 5348c22

Please sign in to comment.