Skip to content

Commit

Permalink
Update version and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
fiorix committed Jan 20, 2015
1 parent b1dc446 commit 583dc0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/freegeoip/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2009-2014 The freegeoip authors. All rights reserved.
// Copyright 2009-2015 The freegeoip authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

Expand All @@ -23,7 +23,7 @@ import (
"github.com/gorilla/context"
)

var VERSION = "3.0.2"
var VERSION = "3.0.3"
var maxmindFile = "http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz"

func main() {
Expand Down

0 comments on commit 583dc0a

Please sign in to comment.