Skip to content

Commit e88e4f4

Browse files
committed
Bump version to 0.0.10 in Dockerfile and version.go
1 parent 7316ca5 commit e88e4f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ ENTRYPOINT ["/app/databricks-mcp-server"]
3535

3636
# Document that the server listens on stdin/stdout
3737
LABEL description="Databricks MCP Server - A Model Context Protocol (MCP) server for interacting with Databricks"
38-
LABEL version="0.0.9"
38+
LABEL version="0.0.10"

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
// Version information
44
var (
55
// Version is the current version of the application
6-
Version = "0.0.9"
6+
Version = "0.0.10"
77

88
// BuildDate is the date when the binary was built
99
BuildDate = "unknown"

0 commit comments

Comments
 (0)