Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit a679023

Browse files
author
andy
committed
version changed to 1.2.0
1 parent 99b700a commit a679023

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ with the latest RDAP specifications.
106106
* Updated defaults to latest IANA file
107107
* Fixed failing unit tests with data tree.
108108
* Fix for running on cygwin
109-
* 1.2.0.alpha
109+
* 1.2.0
110110
* Dropped support for...
111111
* Ruby 1.8.7, 1.9.3, and 2.0.
112112
* OS specific packages (use Ruby gem install)

lib/nicinfo/constants.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
module NicInfo
2020

21-
VERSION = "1.2.0-alpha"
21+
VERSION = "1.2.0"
2222
VERSION_LABEL = "NicInfo v." + VERSION
2323
COPYRIGHT = "Copyright (c) 2011-2017 American Registry for Internet Numbers (ARIN)"
2424
CONFIG_VERSION = 3

0 commit comments

Comments
 (0)