Skip to content

Commit b114a3e

Browse files
authored
Merge pull request #124 from vim-volt/release-v0.2.0
Release v0.2.0
2 parents c400a78 + 7410f18 commit b114a3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/get.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Static repository
8181
static repository is useful.
8282
All you need is to create a directory in "$VOLTPATH/repos/<repos>".
8383
84-
When -u was not specified (install) and given repositories exist, volt does not request to clone the repositories.
84+
When -u was not specified (install) and given repositories exist, volt does not make a request to clone the repositories.
8585
Therefore, "volt get" tries to fetch repositories but skip it because the directory exists.
8686
then it adds repositories to lock.json if not found.
8787

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"strconv"
88
)
99

10-
var voltVersion string = "v0.1.4-alpha"
10+
var voltVersion string = "v0.2.0"
1111

1212
func Version(args []string) int {
1313
fmt.Printf("volt version: %s\n", voltVersion)

0 commit comments

Comments
 (0)