Skip to content

Commit

Permalink
refacgor(version): add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Jan 18, 2017
1 parent 34a2d42 commit 839b474
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ package main

import "gopkg.in/h2non/bimg.v1"

// Version stores the current package semantic version
const Version = "0.1.30"

// Version represents the supported version
type Versions struct {
ImaginaryVersion string `json:"imaginary"`
BimgVersion string `json:"bimg"`
VipsVersion string `json:"libvips"`
}

// CurrentVersions stores the current runtime system version metadata
var CurrentVersions = Versions{Version, bimg.Version, bimg.VipsVersion}

0 comments on commit 839b474

Please sign in to comment.