Skip to content

Commit

Permalink
Merge pull request #111 from servian/feature/version-bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
tristanmorgan authored Sep 29, 2022
2 parents 0be36d5 + c110ef7 commit 97c0615
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
version: 2
jobs:
build:
working_directory: /go/src/github.com/servian/TechChallengeApp
docker:
- image: circleci/golang:latest
- image: cimg/go:1.19

steps:
- checkout
Expand All @@ -19,7 +18,7 @@ jobs:
deploy:
working_directory: /go/src/github.com/servian/TechChallengeApp
docker:
- image: circleci/golang:latest
- image: cimg/go:1.19

steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var rootCmd = &cobra.Command{
This application is used as part of challenging potential candiates at Sevian.
Please visit http://Servian.com for more details`,
Version: "0.10.0",
Version: "0.11.0",
}

// Execute adds all child commands to the root command and sets flags appropriately.
Expand Down
2 changes: 1 addition & 1 deletion conf.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"DbName" = "app"
"DbPort" = "5432"
"DbHost" = "localhost"
"DbType" = "postgres"
"DbType" = "boltdb"
"ListenHost" = "localhost"
"ListenPort" = "3000"

0 comments on commit 97c0615

Please # to comment.