Skip to content

Commit e7f1f08

Browse files
committed
Updates makefile for easier local dev
1 parent 7691cd2 commit e7f1f08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install: deps
2020
packr build -o $(GOPATH)/bin/exodev
2121
@echo "--> Exo successfully installed"
2222
@echo
23-
@exo
23+
@exodev
2424

2525
# Bootstraps a contributing setup to make getting involved in project easier
2626
bootstrap: install

cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
// Version is the currently running version of Exocortex
12-
const Version = "v0.2.2"
12+
const Version = "v0.2.3"
1313

1414
// versionCmd represents the version command
1515
var versionCmd = &cobra.Command{

0 commit comments

Comments
 (0)