Skip to content

Commit 38cb5e6

Browse files
committed
bump version
1 parent 1473b78 commit 38cb5e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mob.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
)
2828

2929
const (
30-
versionNumber = "4.4.3"
30+
versionNumber = "4.4.4"
3131
minimumGitVersion = "2.13.0"
3232
)
3333

@@ -1035,7 +1035,7 @@ func startNewMobSession(configuration config.Configuration) {
10351035
say.Info("starting new session from " + currentBaseBranch.remote(configuration).String())
10361036
git("checkout", "-B", currentWipBranch.Name, currentBaseBranch.remote(configuration).Name)
10371037
git("commit", "--allow-empty", "-m", configuration.StartCommitMessage)
1038-
gitPush(gitHooksOption(configuration), "--set-upstream", configuration.RemoteName, currentWipBranch.Name + ":" + currentWipBranch.Name)
1038+
gitPush(gitHooksOption(configuration), "--set-upstream", configuration.RemoteName, currentWipBranch.Name+":"+currentWipBranch.Name)
10391039
}
10401040

10411041
func gitPush(args ...string) {

0 commit comments

Comments
 (0)