mirror of https://github.com/ioquatix/ffi-clang
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
366 B
Ruby
13 lines
366 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Released under the MIT License.
|
|
# Copyright, 2025, by Samuel Williams.
|
|
|
|
# Update the project documentation with the new version number.
|
|
#
|
|
# @parameter version [String] The new version number.
|
|
def after_gem_release_version_increment(version)
|
|
context["releases:update"].call(version)
|
|
context["utopia:project:readme:update"].call
|
|
end
|