Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svent committed Jan 4, 2016
1 parent ba99cb9 commit 865998a
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion filetypes.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// sift
// Copyright (C) 2014-2015 Sven Taute
// Copyright (C) 2014-2016 Sven Taute
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gitignore/gitignore.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// sift
// Copyright (C) 2014-2015 Sven Taute
// Copyright (C) 2014-2016 Sven Taute
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion matching.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// sift
// Copyright (C) 2014-2015 Sven Taute
// Copyright (C) 2014-2016 Sven Taute
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion matching_cgo.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// sift
// Copyright (C) 2014-2015 Sven Taute
// Copyright (C) 2014-2016 Sven Taute
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion matching_other.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// sift
// Copyright (C) 2014-2015 Sven Taute
// Copyright (C) 2014-2016 Sven Taute
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions options.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// sift
// Copyright (C) 2014-2015 Sven Taute
// Copyright (C) 2014-2016 Sven Taute
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -200,7 +200,7 @@ func (o *Options) LoadDefaults() {
}
o.Version = func() {
fmt.Printf("sift %s (%s/%s)\n", SiftVersion, runtime.GOOS, runtime.GOARCH)
fmt.Println("Copyright (C) 2014-2015 Sven Taute")
fmt.Println("Copyright (C) 2014-2016 Sven Taute")
fmt.Println("")
fmt.Println("This program is free software: you can redistribute it and/or modify")
fmt.Println("it under the terms of the GNU General Public License as published by")
Expand Down
2 changes: 1 addition & 1 deletion output.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// sift
// Copyright (C) 2014-2015 Sven Taute
// Copyright (C) 2014-2016 Sven Taute
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions sift.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// sift
// Copyright (C) 2014-2015 Sven Taute
// Copyright (C) 2014-2016 Sven Taute
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -50,7 +50,7 @@ const (
// to recurse into directories
MaxDirRecursionRoutines = 3
SiftConfigFile = ".sift.conf"
SiftVersion = "0.6.0"
SiftVersion = "0.7.0"
)

type ConditionType int
Expand Down

0 comments on commit 865998a

Please sign in to comment.