DEBSOURCES
Skip Quicknav
sources / ruby-async / 2.36.0-1 / lib / async / version.rb
12345678
# frozen_string_literal: true # Released under the MIT License. # Copyright, 2017-2025, by Samuel Williams. module Async VERSION = "2.36.0" end