File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- /* auto-generated on 2026-04-12 17:45:05 +0300 . Do not edit! */
1+ /* auto-generated on 2026-04-18 10:54:35 +0100 . Do not edit! */
22/* begin file src/ata.cpp */
33#include " ata.h"
44
Original file line number Diff line number Diff line change 1- /* auto-generated on 2026-04-12 17:45:05 +0300 . Do not edit! */
1+ /* auto-generated on 2026-04-18 10:54:35 +0100 . Do not edit! */
22/* begin file include/ata.h */
33#pragma once
44
1010#include < variant>
1111#include < vector>
1212
13- #define ATA_VERSION " 0.9.0 "
13+ #define ATA_VERSION " 0.10.3 "
1414
1515namespace ata {
1616
1717inline constexpr uint32_t VERSION_MAJOR = 0 ;
18- inline constexpr uint32_t VERSION_MINOR = 9 ;
19- inline constexpr uint32_t VERSION_REVISION = 0 ;
18+ inline constexpr uint32_t VERSION_MINOR = 10 ;
19+ inline constexpr uint32_t VERSION_REVISION = 3 ;
2020
2121inline constexpr std::string_view version () noexcept {
22- return " 0.9.0 " ;
22+ return " 0.10.3 " ;
2323}
2424
2525enum class error_code : uint8_t {
You can’t perform that action at this time.
0 commit comments