summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-01-30 01:53:17 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-01-30 01:53:17 +0900
commitd85a69a7092ac88bf0609643d9a2ad77d4d69ca9 (patch)
tree8a6c407167fe50e2cb1f2234befd8a4e8997b78f
parenta425e96fb28624b5add9e1536badfb620a150125 (diff)
0.16.30.16.3
-rwxr-xr-xinstall2
-rw-r--r--src/LICENSE2
-rw-r--r--src/constants.go2
-rw-r--r--src/core.go2
4 files changed, 4 insertions, 4 deletions
diff --git a/install b/install
index 01c14abd..9c8059d6 100755
--- a/install
+++ b/install
@@ -2,7 +2,7 @@
set -u
-version=0.16.2
+version=0.16.3
auto_completion=
key_bindings=
update_config=2
diff --git a/src/LICENSE b/src/LICENSE
index ea433261..d222c9bf 100644
--- a/src/LICENSE
+++ b/src/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2016 Junegunn Choi
+Copyright (c) 2017 Junegunn Choi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/src/constants.go b/src/constants.go
index 5013e031..49366938 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.16.2"
+ version = "0.16.3"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond
diff --git a/src/core.go b/src/core.go
index 3e27ed74..9b0109b0 100644
--- a/src/core.go
+++ b/src/core.go
@@ -3,7 +3,7 @@ Package fzf implements fzf, a command-line fuzzy finder.
The MIT License (MIT)
-Copyright (c) 2016 Junegunn Choi
+Copyright (c) 2017 Junegunn Choi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal