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

Commit 4268755

Browse files
author
vipul-rawat
committed
update release version
1 parent 9017d9b commit 4268755

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.2.0"

0 commit comments

Comments
 (0)