From f7c8061ac0ed9b875ff19b814dfb61b1a8da1d2e Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Fri, 26 Oct 2018 19:07:00 +0300 Subject: [PATCH] Bump version in GitHub Actions docs --- docs/8-gh-actions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/8-gh-actions.md b/docs/8-gh-actions.md index defe645..8aeac0f 100644 --- a/docs/8-gh-actions.md +++ b/docs/8-gh-actions.md @@ -21,11 +21,11 @@ Clone your private repository (preferable in your `$GOPATH`) and initialize podi git clone https://github.com/stefanprodan/demo-app cd demo-app -podcli code init demo-app --git-user=stefanprodan --version=v1.3.0 +podcli code init demo-app --git-user=stefanprodan --version=v1.3.1 ``` The above command does the following: -* downloads podinfo source code v1.3.0 from GitHub +* downloads podinfo source code v1.3.1 from GitHub * replaces golang import with your git username and project name * commits and pushes the code to GitHub