mirror of
https://github.com/langgenius/dify-plugin-daemon.git
synced 2026-07-22 01:35:24 -04:00
6 lines
165 B
Go
6 lines
165 B
Go
package main
|
|
|
|
// VersionX is the version of dify cli
|
|
// it will be replaced by build script in CI/CD pipeline, do not change it manually
|
|
var VersionX = "REPLACE_ME"
|