We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7691cd2 commit e7f1f08Copy full SHA for e7f1f08
Makefile
@@ -20,7 +20,7 @@ install: deps
20
packr build -o $(GOPATH)/bin/exodev
21
@echo "--> Exo successfully installed"
22
@echo
23
- @exo
+ @exodev
24
25
# Bootstraps a contributing setup to make getting involved in project easier
26
bootstrap: install
cmd/version.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
// Version is the currently running version of Exocortex
12
-const Version = "v0.2.2"
+const Version = "v0.2.3"
13
14
// versionCmd represents the version command
15
var versionCmd = &cobra.Command{
0 commit comments