Skip to content

Commit

Permalink
Change version to 0.6.1 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadas authored and kilnyy committed Jan 18, 2018
1 parent ac6f407 commit bb7f610
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
# MIND SDK
![](https://img.shields.io/badge/master-0.6.0-green.svg?style=flat)
![](https://img.shields.io/badge/master-0.6.1-green.svg?style=flat)

This repository contains everything needed to develop *Skills* for the [HEXA](https://www.vincross.com/hexa)

Expand All @@ -10,7 +10,7 @@ Check out the [Introduction and Getting Started guides](https://documentation.vi
Command-line Interface used for *Skill* development.

```
MIND Command-line Interface v0.6.0
MIND Command-line Interface v0.6.1
Usage:
mind [command]
Expand Down
2 changes: 1 addition & 1 deletion cli/Dockerfile
Expand Up @@ -12,7 +12,7 @@ RUN wget https://github.com/mholt/caddy/releases/download/v0.9.5/caddy_linux_amd
rm -fr caddy_linux_amd64.tar.gz
# Add MIND SDK
RUN mkdir -p /.go
ENV MIND_VERSION 0.6.0
ENV MIND_VERSION 0.6.1
RUN wget https://cdn-static.vincross.com/downloads/mind/${MIND_VERSION}/mind.tar.gz
RUN tar -xzf mind.tar.gz -C /.go && rm mind.tar.gz
# Add boilerplate code for `mind init`
Expand Down
2 changes: 1 addition & 1 deletion cli/main.go
Expand Up @@ -42,7 +42,7 @@ func main() {
func newMindCommand(cli *mindcli.MindCli) *cobra.Command {
var mindCmd = &cobra.Command{
Use: "mind",
Short: "MIND Command-line Interface v0.6.0",
Short: "MIND Command-line Interface v0.6.1",
}
mindCmd.AddCommand(cmd.NewBuildCommand(cli))
mindCmd.AddCommand(cmd.NewPackCommand(cli))
Expand Down

0 comments on commit bb7f610

Please sign in to comment.