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

Commit

Permalink
update service address to prod, and version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vipul-rawat committed Sep 5, 2024
1 parent a53ceff commit 11f2efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
func main() {
app := gofr.NewCMD()

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

dClient := depClient.New()
docker := dockerSvc.New()
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const version = "v0.0.1"
const version = "v0.1.0"

0 comments on commit 11f2efe

Please sign in to comment.