version.go 165 B

123456
  1. package main
  2. // VersionX is the version of dify cli
  3. // it will be replaced by build script in CI/CD pipeline, do not change it manually
  4. var VersionX = "REPLACE_ME"