github.com/GeniusesGroup/libgo@v0.0.0-20220929090155-5ff932cb408e/modules/const.go (about)

     1  /* For license and copyright information please see LEGAL file in repository */
     2  
     3  package modules
     4  
     5  const (
     6  	// it is better to update version in each release.
     7  	version = "v0.0.1"
     8  )