Parcourir la source

add input path to version logic

Casey DeLorme il y a 8 ans
Parent
commit
4b795fa4ce
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      generator.go

+ 1 - 1
generator.go

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