|
@@ -301,7 +301,7 @@ func (self *Generator) Generate() error {
|
|
}
|
|
}
|
|
|
|
|
|
// acquire version
|
|
// acquire version
|
|
- self.version = version()
|
|
|
|
|
|
+ self.version = version(self.Input)
|
|
|
|
|
|
// sanitize input & output
|
|
// sanitize input & output
|
|
self.Input, _ = filepath.Abs(self.Input)
|
|
self.Input, _ = filepath.Abs(self.Input)
|