Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 11f2efe

Browse files
committed
update service address to prod, and version to 0.1.0
1 parent a53ceff commit 11f2efe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
func main() {
1313
app := gofr.NewCMD()
1414

15-
app.AddHTTPService("deployment-service", "https://api.stage.kops.dev")
15+
app.AddHTTPService("deployment-service", "https://api.kops.dev")
1616

1717
dClient := depClient.New()
1818
docker := dockerSvc.New()

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
const version = "v0.0.1"
3+
const version = "v0.1.0"

0 commit comments

Comments
 (0)