Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicecui committed Aug 15, 2023
1 parent 8d9fd11 commit 4b58ad8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
semconv "go.opentelemetry.io/otel/semconv/v1.17.0"
)

const Version = "1.0.0"
const Version = "1.0.1"

var dbHost = flag.String("host", "localhost", "The host address of the GreptimeCloud service")
var db = flag.String("db", "public", "The name of the database of the GreptimeCloud service")
Expand Down Expand Up @@ -49,7 +49,6 @@ func main() {
res := resource.NewWithAttributes(
semconv.SchemaURL,
semconv.ServiceName("quick-start-demo-go"),
semconv.ServiceVersion("v0.1.1"),
)

meterProvider := metric.NewMeterProvider(
Expand Down

0 comments on commit 4b58ad8

Please sign in to comment.