Skip to content

Commit

Permalink
Merge branch 'release/0.4.0' into 'main'
Browse files Browse the repository at this point in the history
upgrade v0.4.0

See merge request opensource/answer!268
  • Loading branch information
linkinstar committed Nov 21, 2022
2 parents 738febd + 51dc24e commit 661d8a7
Show file tree
Hide file tree
Showing 157 changed files with 5,667 additions and 3,648 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: build clean ui

VERSION=0.3.0
VERSION=0.4.0
BIN=answer
DIR_SRC=./cmd/answer
DOCKER_CMD=docker
Expand All @@ -26,11 +26,10 @@ generate:
go mod tidy

test:
@$(GO) test ./...
@$(GO) test ./internal/repo/repo_test

# clean all build result
clean:

@$(GO) clean ./...
@rm -f $(BIN)

Expand Down
2 changes: 1 addition & 1 deletion cmd/answer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var (
// Name is the name of the project
Name = "answer"
// Version is the version of the project
Version = "development"
Version = "0.0.0"
// Revision is the git short commit revision number
Revision = ""
// Time is the build time of the project
Expand Down
27 changes: 16 additions & 11 deletions cmd/answer/wire_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 661d8a7

Please sign in to comment.