Files
ptouch_label/ruby/lib/libptouch/version.rb
knb d0e5846012 Bump project version metadata to 1.0.1.
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
2026-04-17 05:21:39 +09:00

6 lines
72 B
Ruby

# frozen_string_literal: true
module Libptouch
VERSION = "1.0.1"
end