We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7316ca5 commit e88e4f4Copy full SHA for e88e4f4
Dockerfile
@@ -35,4 +35,4 @@ ENTRYPOINT ["/app/databricks-mcp-server"]
35
36
# Document that the server listens on stdin/stdout
37
LABEL description="Databricks MCP Server - A Model Context Protocol (MCP) server for interacting with Databricks"
38
-LABEL version="0.0.9"
+LABEL version="0.0.10"
version.go
@@ -3,7 +3,7 @@ package main
3
// Version information
4
var (
5
// Version is the current version of the application
6
- Version = "0.0.9"
+ Version = "0.0.10"
7
8
// BuildDate is the date when the binary was built
9
BuildDate = "unknown"
0 commit comments