breaking app.go into loader and transformer, to be continue
This commit is contained in:
+2
-2
@@ -17,9 +17,9 @@ limitations under the License.
|
||||
package version
|
||||
|
||||
var (
|
||||
// VERSION should be updated by hand at each release
|
||||
// VERSION should be updated by hand at each release
|
||||
VERSION = "0.0.1-beta"
|
||||
|
||||
// GITCOMMIT will be overwritten automatically by the build system
|
||||
// GITCOMMIT will be overwritten automatically by the build system
|
||||
GITCOMMIT = "HEAD"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user