version.go 253 B

12345678
  1. // Copyright 2018 Gin Core Team. All rights reserved.
  2. // Use of this source code is governed by a MIT style
  3. // license that can be found in the LICENSE file.
  4. package gin
  5. // Version is the current gin framework's version.
  6. const Version = "v1.4.0-dev"