Skip to content

Commit a6ccb99

Browse files
authored
fix: make service version dynamic for use with roverctl
1 parent dd95d2c commit a6ccb99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: SERVICE_NAME
22
author: SERVICE_AUTHOR
33
source: SERVICE_SOURCE
4-
version: 1.0.1
4+
version: SERVICE_VERSION
55
description: A template service in Go
66

77
commands:
@@ -25,4 +25,4 @@ configuration:
2525
- name: tunable-string-example
2626
type: string
2727
value: "hello all, this is tunable"
28-
tunable: true
28+
tunable: true

0 commit comments

Comments
 (0)