Synchronize CMake, README, and Ruby gem version strings with the released v1.0.1 tag to keep build and packaging metadata consistent. Made-with: Cursor
6 lines
72 B
Ruby
6 lines
72 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Libptouch
|
|
VERSION = "1.0.1"
|
|
end
|