Skip to content

Commit e72dd99

Browse files
committed
Bump product version to test release
1 parent 2b6fc77 commit e72dd99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/main.go

+3
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ func main() {
9292
exitApplication(1)
9393
}
9494

95+
// Check for update before doing anything else
96+
CheckForUpdate()
97+
9598
// Run service
9699
cmdArg0 := fmt.Sprintf("%s%d", "--port=", *portPtr)
97100
serviceCmdInstance := exec.Command(SERVICE_EXECUTABLE, cmdArg0)

0 commit comments

Comments
 (0)